Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / user-federation / providers / {id}

Get factory with given ID

Path parameters:
realm - realm name (not id!)
id -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/user-federation/providers/{id}Get factory with given ID

Method Detail

GET /admin/realms/{realm}/user-federation/providers/{id}

Get factory with given ID

HTTP Example:
GET /admin/realms/{realm}/user-federation/providers/{id}
API Example:

UserFederationProvidersResource.getProvider({'realm': /* name realm name (not id!) */,
  'id': /* Get factory with given ID */});

Output:
UserFederationProviderFactoryRepresentation -
Produces:
application/json

Keycloak REST Services 1.5.0-Final